projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2140206
)
(auto-mode-alist): Turn on use of makefile-mode.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 22 Aug 1995 19:03:41 +0000
(19:03 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 22 Aug 1995 19:03:41 +0000
(19:03 +0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 930c343430e49493c095e21711e40efa41be2764..f852f21640cdc390d7c8987e2dcb06cae6bb4e92 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-885,8
+885,8
@@
run `normal-mode' explicitly."
("\\.hxx\\'" . c++-mode)
("\\.c\\+\\+\\'" . c++-mode)
("\\.h\\+\\+\\'" . c++-mode)
-
;;;
("\\.mk\\'" . makefile-mode)
-
;;; ("[Mm]akefile
" . makefile-mode)
+
("\\.mk\\'" . makefile-mode)
+
("[Mm]akefile\\(.in\\)?\\'
" . makefile-mode)
;;; Less common extensions come here
;;; so more common ones above are found faster.
("\\.texinfo\\'" . texinfo-mode)